home *** CD-ROM | disk | FTP | other *** search
/ Paparazzi!: Tales of Tinseltown / Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso / pprazia1.dir / 00301_Script_301 < prev    next >
Text File  |  1995-05-21  |  324b  |  18 lines

  1. on exitFrame
  2.   global theMovieName, snap1, snap2
  3.   puppetsprite 5, true
  4.   puppetsprite 6, true
  5.   
  6.   if snap1 = 0 then
  7.     nothing
  8.   else
  9.     set the castNum of sprite 5 = cast theMovieName
  10.   end if
  11.   
  12.   if snap2 = 0 then
  13.     nothing
  14.   else
  15.     set the castNum of sprite 6 = cast theMovieName
  16.   end if
  17.   
  18. end